Vcenter Namespaces Networks Nsx IPRange
The Vcenter Namespaces Networks Nsx IPRange schema is used to express a range of IP addresses. The IP address supported by this structure will depend on the IP version that is being used by Supervisor.
Currently, the Supervisor only supports IPv4.
{
"address": "string",
"count": 0
}
Vcenter Namespaces Networks Nsx IPRange.address is the starting IP address of the Vcenter Namespaces Networks Nsx IPRange.
Vcenter Namespaces Networks Nsx IPRange.count is number of IP addresses in the range.
For example:
A /24 subnet will have a count of 256.
A /24 subnet with a gateway address and a broadcast address will have a count of 254.